Intersoft ClientUI Documentation
OnValueChanged Method (UXUpDownBase<T>)



Event args.
Raises the ValueChanged event when Value property has changed.
Syntax
Protected Overridable Sub OnValueChanged( _
   ByVal args As PropertyChangedEventArgs(Of T) _
) 
Dim instance As UXUpDownBase(Of T)
Dim args As PropertyChangedEventArgs(Of T)
 
instance.OnValueChanged(args)
protected virtual void OnValueChanged( 
   PropertyChangedEventArgs<T> args
)
protected:
virtual void OnValueChanged( 
   PropertyChangedEventArgs<T^>^ args
) 

Parameters

args
Event args.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXUpDownBase<T> Class
UXUpDownBase<T> Members

Send Feedback